CMYKColor

data class CMYKColor : Color

Properties

Link copied to clipboard
val c: Float

The cyan color component in the range of 0 to 1.

Link copied to clipboard
val k: Float

The black color component in the range of 0 to 1.

Link copied to clipboard
val m: Float

The magenta color component in the range of 0 to 1.

Link copied to clipboard
val tint: Float

The tint component in the range of 0 to 1.

Link copied to clipboard
val y: Float

The yellow color component in the range of 0 to 1.